home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / dos / sciences / playgod / gravity.doc < prev    next >
Text File  |  1994-03-04  |  3KB  |  64 lines

  1. GRAVITY v1.0 - (C)opyright Steve Safarik, Chico CA.  Jan 08 1989
  2.  
  3. This program was inspired by the Macintosh program "Gravitation" which
  4. can be obtained from Jeff Rommereide at PO Box 600, Sicklerville NJ,
  5. 08081.
  6.  
  7. Registration of this version is as follows:  Regular users - $10.00;
  8. Government, Corporate, and Educational users - $20.00.  Only one regis-
  9. tration per address is necessary.  Please send payment to Steve Safarik,
  10. 1076 Tracy Ln, Chico CA 95926.  Support the Shareware concept!
  11.  
  12. This program was designed to let a person experiment with
  13. the orbits of planets as they may occur in the universe.
  14. The motions of planets can be very interesting to watch as
  15. each planet affects other planets via its gravitational force.
  16.  
  17. First time users:
  18.  
  19.     Use the arrow keys and ENTER to make a selection from
  20.     the menu bar.  The first thing to do is to select an
  21.     example from the Samples menu.  Watch it run, then
  22.     experiment by changing the values of various planets
  23.     with the Editor.  Values which can be changed are: Mass,
  24.     X position, Y position, X velocity, Y velocity, Trace
  25.     Enable, and Stationary Enable.  The center of the screen
  26.     is X=0, Y=0, with increasing X values to the right, and
  27.     Y values increasing upwards.
  28.  
  29. Advanced users:
  30.  
  31.         Under the File menu, you can save and restore setups
  32.     entered via the editor which are pleasing to you.
  33.  
  34.         Under the Misc menu, you can toggle several items: Tracers
  35.     on all planets allowed or disallowed; Drawing of the grid
  36.     points on/off; and finally, write to the screen directly to
  37.     memory for close IBM compatibles, or through the BIOS for
  38.     less compatible machines that print garbage on the screen
  39.     instead of the correct picture.
  40.  
  41.         Under the Utility menu, you can adjust several constants
  42.     which affect the way planet positions are calculated.  The
  43.     Gravitational Constant is a measure of the strength of the
  44.     gravitational field; and the Time Factor determines the
  45.     length of time a force acts on a planet.  The Time Factor
  46.     relates to the accuracy of the positions of the planets,
  47.     smaller values being more accurate.  Larger values will
  48.     speed up the motions of the planets.
  49.  
  50.         Also under the Utility menu, you can change the type of
  51.     display hardware to be used in case yours is incorrectly
  52.     detected.  The display to use can also be specified on the
  53.     command line.  Start program with GRAVITY /? for a list of
  54.     available switches.
  55.  
  56. Speed notes:  I've tried to make this program as fast as
  57. possible, but there are a few trade-offs I had to make.  For
  58. one, accuracy must be sacrificed to gain speed.  You can
  59. twiddle with the Time Factor yourself to see this.  If you
  60. want to speed up the action, you can do three things:
  61. 1) Increase the Time Factor and live with slightly less
  62. accurate orbits, 2) Change the display mode to a lower
  63. resolution, such as CGA, or 3) Buy an 8087 math coprocessor.
  64.